"Curated Authentic Marketplace" shadcn/ui theme

earth-tones
minimalist
warm
natural
authentic
modern
contrast
harmonious
functional
immersive
calm
focused
light-dark-transition
terracotta-palette
accessible
elegant
sophisticated
marketplace-theme

Shadcn/ui Theme Css Variables

name: Timeless Terracottakeyword: Curated Authentic Marketplace views: 18

:root {
  --background: 30 20% 95%;
  --foreground: 30 20% 20%;
  --card: 30 20% 92%;
  --card-foreground: 30 20% 20%;
  --popover: 30 20% 92%;
  --popover-foreground: 30 20% 20%;
  --primary: 30 50% 40%;
  --primary-foreground: 30 20% 95%;
  --secondary: 30 30% 25%;
  --secondary-foreground: 30 20% 95%;
  --muted: 30 20% 85%;
  --muted-foreground: 30 20% 40%;
  --accent: 30 40% 50%;
  --accent-foreground: 30 20% 95%;
  --destructive: 0 60% 50%;
  --destructive-foreground: 30 20% 95%;
  --border: 30 20% 75%;
  --input: 30 20% 85%;
  --ring: 30 50% 40%;
  --radius: 0.75rem;
  --chart-1: 30 50% 40%;
  --chart-2: 30 30% 25%;
  --chart-3: 30 40% 50%;
  --chart-4: 30 20% 75%;
  --chart-5: 30 20% 85%;
} 

.dark {
  --background: 30 20% 10%;
  --foreground: 30 20% 90%;
  --card: 30 20% 15%;
  --card-foreground: 30 20% 90%;
  --popover: 30 20% 15%;
  --popover-foreground: 30 20% 90%;
  --primary: 30 50% 40%;
  --primary-foreground: 30 20% 90%;
  --secondary: 30 30% 25%;
  --secondary-foreground: 30 20% 90%;
  --muted: 30 20% 20%;
  --muted-foreground: 30 20% 60%;
  --accent: 30 40% 50%;
  --accent-foreground: 30 20% 90%;
  --destructive: 0 60% 50%;
  --destructive-foreground: 30 20% 90%;
  --border: 30 20% 30%;
  --input: 30 20% 20%;
  --ring: 30 50% 40%;
  --radius: 0.75rem;
  --chart-1: 30 50% 40%;
  --chart-2: 30 30% 25%;
  --chart-3: 30 40% 50%;
  --chart-4: 30 20% 30%;
  --chart-5: 30 20% 20%;
}